Avoid redefining GNU_SOURCE
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Mar 2017 15:13:33 +0000 (15:13 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 26 Mar 2017 14:05:27 +0000 (15:05 +0100)
Gives a compiler warning with the wrong flags.

tests/gtkgears.c

index d46f59876a386d7dfc2ff6f4f0df5bed2b139d8e..32a24dafb47b70cec64294b0ed4aabb0149b49cd 100644 (file)
@@ -35,7 +35,6 @@
  * Jul 13, 2010
  */
 
-#define _GNU_SOURCE
 #include "config.h"
 
 #include <math.h>